home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / xfr_qm18.zip / GSZMODRZ.BAT < prev    next >
DOS Batch File  |  1991-09-16  |  685b  |  19 lines

  1. @echo off
  2. REM :"Place your own configuration for GSZ in the lines below."
  3. cd dnld
  4. rem
  5. rem rq = means requires registration!
  6. rem
  7. rem ha on=Handshake CTS (RTS/CTS)
  8. rem pB8192=write to disk every 8k GSZ & DSZ.EXE (may not work above 9600bps)
  9. rem NOTE: pB4096 is the limit for DSZ.COM
  10. rem -m=mobyturbo, faster than CRC-32       (MUST have 'ha on' to work)
  11. rem -rr=crash recovery with file compare
  12. rem -s=SLUGfile, helps with SLOW bbs systems
  13. rem -g=Gonzomode, faster Downloads with .ZIP files
  14. rem pW1=if an error occurs, this will wait for <CR> before exiting  (rq)
  15. rem pV1=Direct Video I/O (speed-up xfer.)
  16. rem
  17. ..\gsz port %2 speed %1 ha on pB8192pW1pV1 rz -gmrrs
  18. cd ..
  19.